3.9.32 \(\int \frac {(c x^2)^{5/2}}{x^5 (a+b x)} \, dx\)

Optimal. Leaf size=25 \[ \frac {c^2 \sqrt {c x^2} \log (a+b x)}{b x} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {15, 31} \begin {gather*} \frac {c^2 \sqrt {c x^2} \log (a+b x)}{b x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c*x^2)^(5/2)/(x^5*(a + b*x)),x]

[Out]

(c^2*Sqrt[c*x^2]*Log[a + b*x])/(b*x)

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rubi steps

\begin {align*} \int \frac {\left (c x^2\right )^{5/2}}{x^5 (a+b x)} \, dx &=\frac {\left (c^2 \sqrt {c x^2}\right ) \int \frac {1}{a+b x} \, dx}{x}\\ &=\frac {c^2 \sqrt {c x^2} \log (a+b x)}{b x}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 22, normalized size = 0.88 \begin {gather*} \frac {\left (c x^2\right )^{5/2} \log (a+b x)}{b x^5} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c*x^2)^(5/2)/(x^5*(a + b*x)),x]

[Out]

((c*x^2)^(5/2)*Log[a + b*x])/(b*x^5)

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.02, size = 22, normalized size = 0.88 \begin {gather*} \frac {\left (c x^2\right )^{5/2} \log (a+b x)}{b x^5} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(c*x^2)^(5/2)/(x^5*(a + b*x)),x]

[Out]

((c*x^2)^(5/2)*Log[a + b*x])/(b*x^5)

________________________________________________________________________________________

fricas [A]  time = 1.36, size = 23, normalized size = 0.92 \begin {gather*} \frac {\sqrt {c x^{2}} c^{2} \log \left (b x + a\right )}{b x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2)^(5/2)/x^5/(b*x+a),x, algorithm="fricas")

[Out]

sqrt(c*x^2)*c^2*log(b*x + a)/(b*x)

________________________________________________________________________________________

giac [A]  time = 1.10, size = 34, normalized size = 1.36 \begin {gather*} {\left (\frac {c^{2} \log \left ({\left | b x + a \right |}\right ) \mathrm {sgn}\relax (x)}{b} - \frac {c^{2} \log \left ({\left | a \right |}\right ) \mathrm {sgn}\relax (x)}{b}\right )} \sqrt {c} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2)^(5/2)/x^5/(b*x+a),x, algorithm="giac")

[Out]

(c^2*log(abs(b*x + a))*sgn(x)/b - c^2*log(abs(a))*sgn(x)/b)*sqrt(c)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 21, normalized size = 0.84 \begin {gather*} \frac {\left (c \,x^{2}\right )^{\frac {5}{2}} \ln \left (b x +a \right )}{b \,x^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^2)^(5/2)/x^5/(b*x+a),x)

[Out]

(c*x^2)^(5/2)/x^5*ln(b*x+a)/b

________________________________________________________________________________________

maxima [A]  time = 1.36, size = 13, normalized size = 0.52 \begin {gather*} \frac {c^{\frac {5}{2}} \log \left (b x + a\right )}{b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2)^(5/2)/x^5/(b*x+a),x, algorithm="maxima")

[Out]

c^(5/2)*log(b*x + a)/b

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int \frac {{\left (c\,x^2\right )}^{5/2}}{x^5\,\left (a+b\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^2)^(5/2)/(x^5*(a + b*x)),x)

[Out]

int((c*x^2)^(5/2)/(x^5*(a + b*x)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (c x^{2}\right )^{\frac {5}{2}}}{x^{5} \left (a + b x\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x**2)**(5/2)/x**5/(b*x+a),x)

[Out]

Integral((c*x**2)**(5/2)/(x**5*(a + b*x)), x)

________________________________________________________________________________________